home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / filzip / setup.exe / {app} / filzip.exe / 0 / RCDATA / TFRMPRINTDIALOG / TFRMPRINTDIALOG.txt < prev   
Encoding:
Text File  |  2003-07-15  |  4.4 KB  |  212 lines

  1. object frmPrintDialog: TfrmPrintDialog
  2.   Left = 412
  3.   Top = 125
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'frmPrintDialog'
  7.   ClientHeight = 312
  8.   ClientWidth = 430
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object gbControls: TGroupBox
  22.     Left = 0
  23.     Top = 0
  24.     Width = 430
  25.     Height = 312
  26.     Align = alClient
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     TabOrder = 0
  34.     object lblInfo: TLabel
  35.       Left = 56
  36.       Top = 18
  37.       Width = 83
  38.       Height = 24
  39.       Caption = 'Printing ...'
  40.       Font.Charset = DEFAULT_CHARSET
  41.       Font.Color = clWindowText
  42.       Font.Height = -20
  43.       Font.Name = 'MS Sans Serif'
  44.       Font.Style = []
  45.       ParentFont = False
  46.     end
  47.     object imgPrint: TImage
  48.       Left = 8
  49.       Top = 13
  50.       Width = 33
  51.       Height = 33
  52.       Picture.Data = {<image000.ico>}
  53.       Transparent = True
  54.     end
  55.     object rgPrintTo: TRadioGroup
  56.       Left = 6
  57.       Top = 48
  58.       Width = 417
  59.       Height = 105
  60.       ItemIndex = 0
  61.       Items.Strings = (
  62.         'Printer:'
  63.         'Normal TXT - file:'
  64.         'HTML document:')
  65.       TabOrder = 0
  66.       OnClick = rgPrintToClick
  67.     end
  68.     object cbPrinters: TComboBox
  69.       Left = 88
  70.       Top = 64
  71.       Width = 321
  72.       Height = 21
  73.       Style = csDropDownList
  74.       ItemHeight = 13
  75.       TabOrder = 1
  76.     end
  77.     object eTxtFilePath: TEdit
  78.       Left = 136
  79.       Top = 94
  80.       Width = 241
  81.       Height = 21
  82.       TabStop = False
  83.       Enabled = False
  84.       TabOrder = 7
  85.       Text = 'C:\'
  86.     end
  87.     object eHtmlFilePath: TEdit
  88.       Left = 136
  89.       Top = 124
  90.       Width = 241
  91.       Height = 21
  92.       TabStop = False
  93.       Enabled = False
  94.       TabOrder = 8
  95.       Text = 'C:\'
  96.     end
  97.     object btnTxtPath: TButton
  98.       Left = 384
  99.       Top = 94
  100.       Width = 25
  101.       Height = 21
  102.       Caption = '...'
  103.       Enabled = False
  104.       TabOrder = 2
  105.       OnClick = btnTxtPathClick
  106.     end
  107.     object btnHtmlPath: TButton
  108.       Left = 384
  109.       Top = 124
  110.       Width = 25
  111.       Height = 21
  112.       Caption = '...'
  113.       Enabled = False
  114.       TabOrder = 3
  115.       OnClick = btnHtmlPathClick
  116.     end
  117.     object btnPrint: TButton
  118.       Left = 244
  119.       Top = 280
  120.       Width = 85
  121.       Height = 25
  122.       Caption = 'btnPrint'
  123.       Default = True
  124.       TabOrder = 5
  125.       OnClick = btnPrintClick
  126.     end
  127.     object btnCancel: TButton
  128.       Left = 336
  129.       Top = 280
  130.       Width = 85
  131.       Height = 25
  132.       Cancel = True
  133.       Caption = 'btnCancel'
  134.       TabOrder = 6
  135.       OnClick = btnCancelClick
  136.     end
  137.     object gbOptions: TGroupBox
  138.       Left = 6
  139.       Top = 160
  140.       Width = 417
  141.       Height = 113
  142.       Caption = 'gbOptions '
  143.       TabOrder = 4
  144.       object lNumberCopies: TLabel
  145.         Left = 8
  146.         Top = 60
  147.         Width = 71
  148.         Height = 13
  149.         Caption = 'lNumberCopies'
  150.       end
  151.       object lColumns: TLabel
  152.         Left = 192
  153.         Top = 16
  154.         Width = 42
  155.         Height = 13
  156.         Alignment = taRightJustify
  157.         Caption = 'lColumns'
  158.       end
  159.       object cbIncludeArchiveComment: TCheckBox
  160.         Left = 8
  161.         Top = 32
  162.         Width = 145
  163.         Height = 17
  164.         Caption = 'cbIncludeArchiveComment'
  165.         Checked = True
  166.         State = cbChecked
  167.         TabOrder = 0
  168.       end
  169.       object eCopies: TEdit
  170.         Left = 120
  171.         Top = 56
  172.         Width = 20
  173.         Height = 21
  174.         TabStop = False
  175.         ReadOnly = True
  176.         TabOrder = 1
  177.         Text = '1'
  178.       end
  179.       object UpDown1: TUpDown
  180.         Left = 140
  181.         Top = 56
  182.         Width = 15
  183.         Height = 21
  184.         Associate = eCopies
  185.         Min = 1
  186.         Position = 1
  187.         TabOrder = 2
  188.         TabStop = True
  189.         Wrap = False
  190.       end
  191.       object clbPrintColumns: TCheckListBox
  192.         Left = 192
  193.         Top = 32
  194.         Width = 217
  195.         Height = 65
  196.         BiDiMode = bdLeftToRight
  197.         Columns = 3
  198.         ItemHeight = 13
  199.         ParentBiDiMode = False
  200.         TabOrder = 3
  201.       end
  202.     end
  203.   end
  204.   object dfsBrowseDir: TdfsBrowseDirectoryDlg
  205.     Selection = 'C:\Temp\'
  206.     Options = [bfDirectoriesOnly]
  207.     ShowSelectionInStatus = False
  208.     Left = 264
  209.     Top = 104
  210.   end
  211. end
  212.